home *** CD-ROM | disk | FTP | other *** search
- on(dragOver){
- if(type ne "nx" and type ne "pv")
- {
- if(eval("../:selectall") eq "1")
- {
- set("scrolllib:stop","1");
- set("../../../codelib:rangesubbox",n);
- call("../../../codelib:rangeboxsub");
- }
- }
- else if(type eq "nx")
- {
- set("scrolllib:stop","1");
- set("../../../codelib:rangesubbox",n - "1");
- call("../../../codelib:rangeboxsub");
- }
- else if(type eq "pv")
- {
- set("scrolllib:stop","1");
- set("../../../codelib:rangesubbox",n + "1");
- call("../../../codelib:rangeboxsub");
- }
- }
-